powered by
It transforms the data from the Euclidan coordinates to latitude dn longitude.
euclid.inv(U)
A matrix of unit vectors, or even one single unit vector in three dimensions.
A two column matrix:
The first column is the latitude and the second is the longitude, both expressed in degrees.
It takes the matrix of unit vectors and back transforms it to latitude and longitude.
euclid, Arotation, lambert
# NOT RUN { x <- rvmf(10, rnorm(3), 10) euclid.inv(x) euclid( euclid.inv(x) ) x # }
Run the code above in your browser using DataLab